h1 /*Schriftgrösse 1*/		{		font-family		: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size		: 45pt;							/*Schriftgrösse*/		font-weight		: normal;						/*Schriftgrösse*/		text-align		: center;						/*Text ausrichtung*/			margin-top		: 0px;							/*Schriftabstand oben*/		margin-right		: 0px;							/*Schriftabstand rechts*/		margin-left		: 0px;							/*Schriftabstand links*/		margin-bottom		: 0px;							/*Schriftabstand unten*/			}	p /*Schriftgrösse 2*/		{		font-family		: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size		: 50pt;							/*Schriftgrösse*/		text-align		: center;						/*Text ausrichtung*/		margin-top		: 0px;							/*Schriftabstand oben*/		margin-right		: 0px;							/*Schriftabstand rechts*/		margin-left		: 0px;							/*Schriftabstand links*/		margin-bottom		: 0px;							/*Schriftabstand unten*/			}		table.a /*Tabellengrundgerüst*/		{		width			: 100%;							/*Tabellen breite*/		hight			: 500pt;						/*Tabellen breite*/		}table.b /*Tabellengrundgerüst*/		{		width			: 100%;							/*Tabellen breite*/		border-style		: solid;						/*Rahmenart*/		border-color		: #000000;						/*Rahmenfarbe*/		border-width		: 1px;							/*Rahmenbreite*/		}		td /*Tabellenzelle*/		{		text-align		: center;						/*Text ausrichtung*/		}		a:link		{		font-family		: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size		: 10pt;							/*Schriftgrösse*/		text-decoration		: none;							/*Schriftdecoration*/		color			: #0000ff;						/*Schriftfarbe*/		}a:visited 		{		font-family		: Comic Sans MS,Arial;		/*SchriftTyp1 und Typ2*/		font-size			: 10pt;						/*Schriftgrösse*/		text-decoration	: none;						/*Schriftdecoration*/		color				: #0000ff;						/*Schriftfarbe*/		} a:active		{			font-family		: Comic Sans MS,Arial;		/*SchriftTyp1 und Typ2*/		font-size			: 10pt;						/*Schriftgrösse*/		text-decoration	: underline;					/*Schriftdecoration*/		color				: #0000ff;						/*Schriftfarbe*/		} a:hover		{		font-family		: Comic Sans MS,Arial;		/*SchriftTyp1 und Typ2*/		font-size			: 10pt;						/*Schriftgrösse*/		text-decoration	: underline;					/*Schriftdecoration*/		color				: #0000ff;						/*Schriftfarbe*/		}